
@media  screen and (min-width:428px) {

  body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Poppins', sans-serif;
    background-color: white;
    width: 100%;
  }

  
  header{
    font-family: 'Inter', sans-serif ;
    /* height: 90px; */
    padding: 20px 16px;
    background-color: white;
    
  }



/* .logo-container{
  height: 30px;
  width: 131px;
  display: none;
  justify-content: center;
  align-items: center;
} */

.inner-header .logo-container{
  height: 46px;
  width: 45%;
  overflow: hidden;
  
}

.inner-header .logo-container img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}



.inner-header{
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  height: 100%;
  align-content: center;
  overflow: hidden;
}

.top-navigation{
  display: flex;
  justify-content: center;
  align-content: center;

}

.top-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-navigation ul{
  list-style: none;
  display: flex;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  
}

.logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 45%;
  
}

.logo-container img{
  height: 100%;
  width: 100%;
  object-fit: fill;
}



.top-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}



.links-container{
  padding: 20px 0;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
  transition: .5s ease-out;
}


.top-nav a{
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #07143D;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.top-nav a:nth-child(3), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #475467;
  font-size: 15px;
  font-weight: 600;
  display: block;
}


.top-nav a:active{
  text-decoration: underline;
}

.open-sidebar-btn{
  display: block;
  padding: 0;
}

.open-sidebar-btn  svg{
  fill: #07143D;
}

.links-container svg{
  width: 32px;
  height: 32px;
  fill: #07143D;

}

.close-sidebar-btn{
  display: block;
  padding:  20px;
}

#sidebar-active:checked ~ .links-container{
 right: 0;
}

#sidebar-active{
  display: none;
}

#sidebar-active:checked ~ .links-container{
  right: 0;
}

#sidebar-active:checked ~ #overlay{

 height: 100%;
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9;
} 





.Get-started-button button{
  padding: 14px 20px;
  line-height: 24px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  display: none;
}
.Get-started-button img{
  margin-left: 10px;
  display: none;
}

.Get-started-button {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  
}









/* general css */

.aboutusheading, .servicesheading, .testimonialsheading, .teamsheading, .blogheading, .contactheading{
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
}

.aboutus-label, .services-label, .testimonials-label, .teams-label, .blog-label, .contact-label{
  display: flex;
  font-size: 19px;
  font-weight: 550;
  color: #39E7BD;
  width: fit-content;
  align-items: center;
  justify-content: center;

  
}

/* .aboutus-label p{
  margin: ;
} */


.testimonials-label img,
.teams-label img,
.blog-label img,
.contact-label img,
.aboutus-label img,
.services-label img{
  margin-right: 10px;
  width: 23px;
  height: 21px;
  object-fit: cover;
}

.aboutus-headingtext, .services-headingtext, .testimonials-headingtext, .teams-headingtext, .blog-headingtext, .contact-headingtext{
  display: flex;
  flex-direction: column;
 align-items: center;
}

.aboutus-maintext, .services-maintext, .testimonials-maintext, .teams-maintext, .blog-maintext, .contact-maintext{
  font-size: 32px;
  line-height: 41px;
  /* font-weight: 500; */
  letter-spacing: -2%;
  color: #F2F2F2;
  width: 386px;
  margin: 0 0 18px 0;
  font-family: 'poppins', sans-serif;
  text-align: center;
}

.aboutus-subtext, .services-subtext, .testimonials-subtext, .teams-subtext, .blog-subtext, .contact-subtext{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 379px;
  letter-spacing:0% ;
  margin: 0;
  padding: 0;
  color: #CDCDCD;
  font-weight: 300;
  font-family: 'poppins', sans-serif;
}












.heropage{
  width: 100vw;
  height: 751px;
  display: flex;
  /* position: relative; */
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.bg-image{
  display: flex;
  height: 100%;
  width: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.bg-image img{
  width: 100%;
  height: 100%;
   padding: 0;
  margin: 0;
  object-fit: cover;
}

.circles{
  display: flex;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(35, 45, 78, 0.5);
  
}



.green-circle{
  display: none;
  position: absolute;
  left: -65px;
}
.blue-circle{
  display: none;
  position: absolute;
  left: -60px;
}

.hero-text{
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, );
  font-family: "Poppins", sans-serif;
  color: white;
  align-items: center;
  
}

.hero-large-text{
  font-size: 42px;
  line-height: 54px;
  /* font-weight: 500; */
  letter-spacing: -2px;
  width: 400px;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0;
}

.hero-small-text{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 373px;
  letter-spacing: -1%;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 300;
  color: #d4d4d4;
}

.Hero-Get-started-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.Hero-Get-started-button button{
padding: 18px 20px;
line-height: 27px;
letter-spacing: -1%;
font-size: 18px;
font-family: "Inter", sans-serif;
display: flex;
border: none;
border-radius: 48px;
color: white;
font-weight: 600;
background-color: #39E7BD;
}

.Hero-Get-started-button img{
  margin-left: 10px;
}














.about-us{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  /* border-top:1px solid  #3a3a3a; */
}



.aboutuscontent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-decor-frame{
  width: 377px;
  height: 385px;
  display: flex;
  position: relative;
  overflow: hidden;

}

.image-frame{
  width: 354px;
  height: 360px;
  display: flex;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  
}

.image-main{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decor-1{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 206px;
  height: 177px;
}

.decor-2{
  width: 67px;
  height: 60px;
  display: flex;
  position: absolute;
  right: -10px;
  bottom: -10px;
}


.textframe{
  margin: 0;
  padding: 6px;
}

.textframe p{
  width: 370px;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #ebebeb;
  padding: 0%;
  margin: 36px 0;


}

.textframe button img{
  margin-left: 6px;
}

.textframe button{
  padding: 14px 18px;
  line-height: 27px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  }

.textframe button:hover{
  padding: 14px 18px;
  line-height: 27px;
  letter-spacing: -1%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #07143D;
  border: 1px solid  #39E7BD;
  transition: 0.5s;
}


/* services */

.services{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
   border-top: 1px solid #1f2847;
  display: grid;
  justify-items: center;
 
}

.service-listing{
  margin-bottom: 54px;
}

.services button{
  padding: 13px 18px;
  line-height: 27px;
  letter-spacing: -1%;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
}

.services button img{
  margin-left: 6px;
}

.services button:hover{
  padding: 13px 18px;
  line-height: 27px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #07143D;
  border: 1px solid  #39E7BD;
  transition: 0.5s;
}

.first-service,  .third-service{
  display: flex;
  margin-bottom: 56px;
  width:100%;
  justify-content: space-between;
  flex-direction: column;
}

.second-service{
  display: flex;
  margin-bottom: 56px;
  width:100%;
  flex-direction: column-reverse;

}

.fourth-service{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width:100%;
}

.first-service-text, .third-service-text{
  width: 345px;
  padding: 8px 8px 8px 10px;
  margin: 0 0 24px 0;
  border-left: 3px solid #39E7BD;
}

.second-service-text, .fourth-service-text{
  width: 345px;
  margin: 0 0 24px 0;
  padding: 8px 8px 8px 10px;
  border-left: 3px solid #39E7BD;
}

.first-service-head, .second-service-head, .third-service-head, .fourth-service-head{
  display: flex;
  padding: 1px 1px 1px 0px;
  margin-bottom: 8px;
  align-items: center;
}

 .first-service-head p,
 .second-service-head p,
 .third-service-head p,
 .fourth-service-head p{
 font-family: "poppins";
 font-size: 18px;
 color: #F2F2F2;
 font-weight: 400;
 line-height: 28px;
 margin: 0;
 padding: 0;
}

.first-service-head img, 
.second-service-head img,
.third-service-head img,
.fourth-service-head img{
  margin-right: 8px;
  height: 20px;
  width: 20px;
  object-fit: cover;
}

.first-service-sub, .second-service-sub, .third-service-sub, .fourth-service-sub{
  font-family: 'poppins';
  color: rgba(245, 245, 245, 0.8);
  font-size: 15px;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.first-service-img, .second-service-img, .third-service-img, .fourth-service-img{
  width: 382px;
  height: 200px;
  display: flex;
  position: relative;
  /* border: 1px solid wheat; */
  justify-content: center;
  align-items: center;
}

.first-service-img-frame, .second-service-img-frame, .third-service-img-frame, .fourth-service-img-frame{
  width: 369px;
  height: 180px;
  margin: 10px;
}

.first-service-img-frame img,
.third-service-img-frame img{
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.fourth-service-img-frame img,
.second-service-img-frame img{
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.right-angle-1{
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 48px;
  width: 52px;
}

.right-angle-2{
  display: flex;
  position: absolute;
  left: -2px;
  bottom: 0px;
  height: 48px;
  width: 52px;
}



/* testimonials */

.testimonials{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}




.testimonial-content{
  width: 100%;
  background-color: rgba(95, 101, 118, 0.08);
  padding:  24px 16px;
  border: 1px solid #2c375e;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.desktop-img{
  display: none;
}

.smaller-img{
  display: block;
}

.stars{
  margin-bottom: 20px;
}

.stars img{
  object-fit: cover;
  width: 118px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.quote{
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
  font-family: 'poppins', sans-serif;
  font-size: 30px;
  color: #F9FAFB;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -2%;
}

.quote-frame{
  margin-bottom: 36px;
}

.avatar{
  display: flex;
  margin-bottom: 18px;
}

.avatar img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.name-title{
  margin-left: 10px;
  font-family: 'poppins', sans-serif;
}

.name{
  color: #F2F4F7;
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 28px;
}

.title{
  margin: 0;
  padding: 0;
  color: #EAECF0;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.arrows :nth-child(1){
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 12px;
}

.arrows :nth-child(2){
  width: 43px;
  height: 43px;
  object-fit: cover;
}

.mobile-375-img{
  display: block;
  width: 319px;
  height: 455px;

}

.smaller-img{
  display: none;
}

.mobile-375-img img{
  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* teams section */

.teams{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.teams-cards{
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
}


.member-1, .member-2, .member-3{
  width: 371px;
  height: 476px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 40px;
}

 .member-4, .member-5, .member-6{
  width: 371px;
  height: 476px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 40px;
}

.glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
  display: flex;
  position: absolute;
  width: 298px;
  height: 120px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  backdrop-filter: blur(15px);
  margin-bottom: 27px;
  padding: 16px;
  border-radius: 2px;
  /* padding-left: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
}

.member-name, .member-name2, .member-name3, .member-name4, .member-name5{
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /* align-items: center;
  justify-content: center; */
}

.member-name6{
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.openicon{
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
}

.openicon img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.m-name p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
  font-size: 26px;

}

.m-title{
  margin-bottom: 16px;
}


.m-title p{
  padding: 0;
  margin: 0 0 4px 0;
  font-family: 'inter';
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
  font-size: 17px
}

.social-icons{
  display: flex;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.social-icons img{
  margin-right: 24px;
}

.social-icons:nth-child(1){
  width: 27px;
  height: 27px;
  object-fit: cover;
}

.social-icons:nth-child(2){
  width: 27px;
  height: 27px;
  object-fit: cover;
}

.social-icons:nth-child(3){
  width: 27px;
  height: 27px;
  object-fit: cover;
  overflow: visible;
}

/* Blogs */

.blog{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.blog-content{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  
  
}

.blogpost1, .blogpost2{
  width: 387px;
  margin-bottom: 56px;
}

.blogpost3{
  width: 387px;
}

.postimg1, .postimg2, .postimg3{
  width: 100%;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.postimg1 img,
.postimg2 img,
.postimg3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag, .blog-tag2, .blog-tag3{
  font-family: 'poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #30C5A1;
  margin: 0 0 6px 0;
  padding: 0;
}

.blog-title, .blog-title2, .blog-title3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  font-family: 'poppins';
  color: #F2F4F7;
  line-height: 30px;
  letter-spacing: 0px;
  /* margin-bottom: 8px; */
}


.blog-paragraph, .blog-paragraph2, .blog-paragraph3{
  font-size: 16px;
  font-family: 'poppins';
  line-height: 24px;
  width: 100%;
  color: #D0D5DD;
  font-weight: 300;
  margin: 6px 0 14px 0 ;
}


.author-frame, .author-frame2, .author-frame3{
  display: flex;
  align-items: center;
  justify-content: start;
}

.author-img, .author-img2, .author-img3{
  width: 42px;
  height: 42px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 12px;
}

.author-img img,
.author-img2 img,
.author-img3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.author-details :nth-child(1){
  font-family: 'poppins';
  font-size: 14px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 4px 0;
  padding: 0;
}

.author-details :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.author-details2 :nth-child(1){
  font-family: 'poppins';
  font-size: 14px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 4px 0;
  padding: 0;
}

.author-details2 :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.author-details3 :nth-child(1){
  font-family: 'poppins';
  font-size: 14px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 4px 0;
  padding: 0;
}

.author-details3 :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/* contact */

.contact{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.contact-content{
  display: flex;
  flex-direction: column;
  padding: 0 ;
  margin: 0;
  justify-content: space-between;
}

.email-contact, .office-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 0 64px 0;
}

.phone-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 0  0;
}

.email-icon, .office-icon, .phone-icon{
  margin: 0 0 16px 0;
}

.email-frame, .office-frame, .phone-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
}

.email-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 6px 0;
}

.email-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.email-link, .office-link, .phone-link{
  font-family: 'inter';
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 500;
}

.office-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 6px 0;
}

.office-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.phone-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 6px 0;
}

.phone-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.email-link p,
.office-link p,
.phone-link p{
  margin: 0;
  padding: 0;
}

footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 72px 16px 40px;
  border-top: 1px solid #1f2847;
}

.footer-logo{
  display: flex;
  margin: 0;
  justify-content: flex-start;
  width: 100%;
}

.main-footer-img{
  display: none;

}

.footer-img{
  width: 140px;
  display: flex;
  margin-bottom: 28px;
  justify-self: flex-start;

}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 42px 0;
  height: fit-content;
}

/* .footer-nav{
  width: 350px;
} */

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content;
  
}




.footer-links nav a:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-bottom: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:active{
  text-decoration: underline;
}








/* .footer-links ul li:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
 

}

.footer-links ul li:nth-child(2){
  margin-right: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
}

.footer-links ul  li:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
}

.footer-links ul li:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
} */

.footer-extra ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}




.footer-extra ul li:nth-child(1){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.footer-extra ul li:nth-child(2){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.footer-extra ul li:nth-child(3){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}


.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}

.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 24px 0 0 0;
  padding: 24px 0 ;
  font-family: 'poppins';
  border-top: 1px solid #1f2847;
}






}

